.TH E1432_INSTALL_FILE 3 E1432
.SH NAME
.nf
e1432_install_file \- Specify the location of the downloadable
.IX e1432_install_file(3) 3
.SH SYNOPSIS
.cS
SHORTSIZ16 e1432_install_file(const char *install_file, SHORTSIZ16 from_mem)
.cE
.SH DESCRIPTION

\fIe1432_install_file\fR informs the library of the location of the 96000
downloadable firmware file.

\fIinstall_file\fR must point to a string which is the location of the 96000
downloadable firmware file, such as \fC/opt/e1432/lib/sema.bin\fR.
The library also looks in the same directory for the Octave SCA DSP
downloadable, \fCsoct.bin\fR, so this function is useful for
specifying its location.
\fIinstall_file\fR is later used as the location
of the 96000 downloadable firmware file when the \fIe1432_install\fR function
is called the \fIpath\fR string pointer is set to null.

\fIinstall_file\fR is also set to the value of \fIpath\fR
when \fIe1432_install\fR is called with \fIpath\fR a valid string.

\fIfrom_mem\fR should be set to 0.
Behavior is undefined otherwise.

.SH "RETURN VALUE"
Return 0 if successful, a (negative) error number otherwise.
.SH "SEE ALSO"
.na
e1432_set_octave_meas,
e1432_install
.ad
